home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 28
/
Mac Magazin and MacEasy Magazine CD - Issue 28.iso
/
Online
/
Anarchie 2.0.1
/
Scripting
/
AppleScripts
/
Find Clipboard
< prev
next >
Wrap
Text File
|
1996-11-08
|
247b
|
8 lines
set theSearchItem to the clipboard
tell application "Anarchie"
set theResult to find theSearchItem server "archie.au" matches 100
if theResult is "" then
find theSearchItem server "archie.internic.net" matches 100 with window
end if
end tell